home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6659 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news.algonet.se!usenet
  2. From: farhad@algonet.se (Farhad A.)
  3. Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.misc
  4. Subject: Re: Creating Windows Screen Fonts (.FON files)
  5. Date: Mon, 12 Feb 1996 16:49:15 GMT
  6. Organization: AlgoNet Public Access Node, Stockholm
  7. Message-ID: <4fnr12$q9r@prometheus.algonet.se>
  8. References: <4e5tc2$eqo@netnews.upenn.edu>
  9. Reply-To: farhad@algonet.se
  10. NNTP-Posting-Host: aristotle.algonet.se
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. Hi Richard,
  14. There is an example of making FON files out of FNTs in the
  15. documantation of SDK (I can't remember which book). 
  16. FON files are resource only DLLs and you can make them without any
  17. difficulties (but reading those pages will help you a lot).
  18.  
  19. Otherwise, you can use Borland's WorkShop if you have access to it,
  20. because by using it, you can cop the whole FNT file into an existing
  21. FON file which is much easier :-)
  22.  
  23. Regards,
  24. Farhad Abdolian
  25. Stockholm/Sweden
  26. ahrens26@wharton.upenn.edu (Richard L. Ahrens) wrote:
  27.  
  28. >I have created a screen font with the Font Editor applet that comes with the 
  29. >MSVC++ 1.5 compiler.  This application saves the fonts as .FNT files.  Does 
  30. >anyone know how to convert .FNT files to Windows-compatible .FON files, via 
  31. >C++ or otherwise?  This info is sorely needed!!!
  32.  
  33. >==============================================================================
  34. >Richard L. Ahrens                                   Wharton School of Business
  35. >Information Systems '96                             University of Pennsylvania
  36. >                                                    ahrens26@wharton.upenn.edu
  37. >                  http://futures.wharton.upenn.edu/~ahrens26/
  38. >                "A box of good cigars is an appropriate gift."
  39. >==============================================================================
  40.  
  41.  
  42.